refactor(runtime-tags): add tree-shakable feature modules - #3713
Merged
DylanPiercey merged 1 commit intoJul 31, 2026
Merged
Conversation
🦋 Changeset detectedLatest commit: 1b85ab1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
DylanPiercey
force-pushed
the
dpiercey-ws-persisted-pages-simplify-xbz8yw-feature-enablement
branch
from
July 31, 2026 03:07
d711110 to
cc7d4bf
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3713 +/- ##
==========================================
- Coverage 90.34% 90.32% -0.03%
==========================================
Files 414 420 +6
Lines 19746 19740 -6
Branches 3615 3614 -1
==========================================
- Hits 17840 17830 -10
- Misses 1367 1369 +2
- Partials 539 541 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
DylanPiercey
force-pushed
the
dpiercey-ws-persisted-pages-simplify-xbz8yw-feature-enablement
branch
11 times, most recently
from
July 31, 2026 17:12
dabbf7f to
ed09318
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
DylanPiercey
force-pushed
the
dpiercey-ws-persisted-pages-simplify-xbz8yw-feature-enablement
branch
from
July 31, 2026 17:16
ed09318 to
1b85ab1
Compare
Open
DylanPiercey
deleted the
dpiercey-ws-persisted-pages-simplify-xbz8yw-feature-enablement
branch
July 31, 2026 18:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
.feat.tsconvention for optional runtime feature entries, emitted automatically for production and debug builds while sharing state with the main runtime. Migrates branch enablement to a shareddom/branches.featentry so templates import only the branch helpers they use and unused feature code remains tree-shakable. The dynamic-tag wrapper preserves the runtime's live patchable binding for compat.